Merge pull request #37 from xbeaudouin/master

Fix some bash scripts to work with FreeBSD
This commit is contained in:
Paul Gear
2016-07-30 14:14:39 +10:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# (c) 2015, [email protected]
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo '<<<dmi>>>'
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# LibreNMS agent to read HDD/SDD temperature using hddtemp
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#############################################################
# - put this file on the nfs server somewhere like /opt/ #
# - edit your snmpd.conf and add line #
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# example to output some temperatures
#echo "<<<temperature>>>"
#echo "/dev/sda:" `hddtemp /dev/hda -n`
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2015 Mark Schouten <[email protected]>
#